Files
wazero/builder.go
Crypt Keeper 2114dfc492 Renames Runtime.DecodeModule to CompileModule (#351)
The best way to reduce performance impact of instantiating a module
multiple times is lowering it to wazero's IR or even generating
assembly. This renames `DecodeModule` to `CompileModule` to allow that
sort of side-effect to be obvious even if it isn't currently
implemented.

Signed-off-by: Adrian Cole <adrian@tetrate.io>
2022-03-09 13:59:19 +08:00

4.3 KiB