Get lots of Num lowlevel ops working

This commit is contained in:
Brian Carroll 2021-11-10 14:21:32 +00:00
parent 6421ff07a5
commit 7c95189e4a
7 changed files with 532 additions and 61 deletions

View file

@ -499,7 +499,7 @@ impl<'a> WasmBackend<'a> {
use LowlevelBuildResult::*;
match build_result {
WasmInstructions => Ok(()),
Done => Ok(()),
BuiltinCall(name) => {
self.call_imported_builtin(name, arguments, &return_layout);
Ok(())