Files
wasmtime/crates
Nick Fitzgerald 90c9bec225 wasmtime: Option to return default values for unknown imports (#6010)
Similar to the `--trap-unknown-imports` option, which defines unknown function
imports with functions that trap when called, this new
`--default-values-unknown-imports` option defines unknown function imports with
a function that returns the default values for the result types (either zero or
null depending on the value type).
2023-03-13 21:39:30 +00:00
..
2023-03-06 15:08:16 +00:00
2023-03-06 23:47:34 +00:00
2023-03-06 23:47:34 +00:00
2023-02-14 19:45:15 +00:00