Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
av1ctor authored Feb 2, 2023
1 parent ffbe795 commit 465cb90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion motoko/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@

## Notes
1. moc (the Motoko compiler) must be invoked with the -wasi-system-api option
2. It's not possible to load an actor with Wasmer due the imported functions that are needed (from the IC replica) and because Wasmer only loads WASI modules when at least a WASI function is imported
2. It's not possible to load an actor with Wasmer due the imported functions that are needed (from the IC replica) and because Wasmer only loads WASI modules when at least one WASI function is imported
3. There's no way at moment to force moc to emit all public functions when they are not used, so they have to be called at the main block or moc will skip them

0 comments on commit 465cb90

Please sign in to comment.